home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: tjensen@ix.netcom.com (Ted Jensen)
- Newsgroups: comp.lang.c
- Subject: Re: help!: An array of strings
- Date: Tue, 02 Jan 1996 18:28:53 GMT
- Organization: Netcom
- Message-ID: <4cbtgb$6o0@ixnews8.ix.netcom.com>
- References: <Pine.SUN.3.91.960101231746.4185A-100000@parsifal.nando.net>
- Reply-To: tjensen@ix.netcom.com
- NNTP-Posting-Host: pax-ca14-11.ix.netcom.com
- X-NETCOM-Date: Tue Jan 02 10:28:27 AM PST 1996
- X-Newsreader: Forte Free Agent 1.0.82
-
- pretzel <pretzel@nando.net> wrote:
-
- >Is there any way to create and use an array of strings? I am trying to
- >create an adventure game that gets its descriptions from an array. In
- >BASIC the code looks like this....
-
- >Main:
- >.......
- >.......
-
- It looks like you're just getting into arrays and pointers in C. May
- I suggest you check out a tutorial I wrote on this subject? It is
- available at either of the following sites:
-
- http://oak.oakland.edu:8080/SimTel/msdos/c/ptrtut01.zip
-
- ftp.coast.net/SimTel/msdos/c/ptrtut01.zip
-
- or at one of the various SimTel mirrors.
-
-
- Ted Jensen Author of PTRTUT01.ZIP
- Redwood City, CA A tutorial on C pointers and Arrays
- tjensen@ix.netcom.com Available via Simtel/msdos/c
-
-